home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -in_the_mag- / multitasking / coders / ppipc / ipc_include / ipc_lib.fd < prev    next >
Text File  |  2000-03-05  |  496b  |  25 lines

  1. *** IPC_lib.fd ***
  2. *
  3. * -- PPIPC Library function descriptors
  4. * -- Pete Goodeve 89 April 17
  5. *
  6. ##base _IPCBase
  7. ##bias 30
  8. ##public
  9. FindIPCPort(name)(A0)
  10. GetIPCPort(name)(A0)
  11. UseIPCPort(port)(A0)
  12. DropIPCPort(port)(A0)
  13. ServeIPCPort(name)(A0)
  14. ShutIPCPort(port)(A0)
  15. LeaveIPCPort(port)(A0)
  16. CheckIPCPort(port,flags)(A0,D0)
  17. PutIPCMsg(port,msg)(A0/A1)
  18. CreateIPCMsg(nitems,nxbytes,replyport)(D0/D1,A0)
  19. DeleteIPCMsg(msg)(A0)
  20. LoadIPCPort(name)(A0)
  21. MakeIPCId(name)(A0)
  22. FindIPCItem(msg,id,item)(A0,D0,A1)
  23. ##end
  24.  
  25.